ALTER TABLE "Denverchart"
ADD COLUMN if not exists "AppointmentId" integer,
ADD COLUMN if not exists "DenverChartData" text,
ADD COLUMN if not exists "Question" text;